home *** CD-ROM | disk | FTP | other *** search
- // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
- // see COPYRIGHT for reuse legalities
- //
-
-
- #import <appkit/appkit.h>
- #import <3Dkit/3Dkit.h>
-
- //#import "WWSimpleImageView.h"
- // if I only include the above, I get a duplicate warning...
- #import "WWTCLKit.h"
-
- @interface WWDADLightView:WWSimpleImageView
- {
- N3DLightType lightType;
- }
-
- - (N3DLightType)lightType;
- - setLightType:(N3DLightType)newLightType;
-
-
- @end
-